Fix typos.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 28 Sep 2011 00:59:28 +0000 (02:59 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 28 Sep 2011 00:59:28 +0000 (02:59 +0200)
doc/lispref/ChangeLog
doc/lispref/windows.texi
lisp/ChangeLog
lisp/ChangeLog.13
lisp/net/quickurl.el
lisp/subr.el
src/ChangeLog
src/ChangeLog.11
src/ChangeLog.9
src/lread.c

index feb11cbbebc46821fec8eae36e13a2d6790569c8..063e3f86e398c2638b994c52416ac133c7d77a9f 100644 (file)
@@ -1,3 +1,7 @@
+2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
+
+       * windows.texi (Splitting Windows): Fix typos.
+
 2011-09-25  Martin Rudalics  <rudalics@gmx.at>
 
        * windows.texi (Windows and Frames, Display Action Functions)
index 96d489d12038a0d091932b26d546941879d0ba87..6a7206f459d000d014a2f6110957941af9f56b15 100644 (file)
@@ -1178,7 +1178,7 @@ equivalently, @code{(split-window W3 -8 'left)} should now produce the
 penultimate configuration from the previous scenario from where we can
 continue as described before.
 
-   Another strategy starts with splitting an inital window @code{W6} by
+   Another strategy starts with splitting an initial window @code{W6} by
 evaluating @code{(split-window W6 nil nil t)} with the following result:
 @smallexample
 @group
@@ -1259,11 +1259,11 @@ configuration.
 @defopt window-splits
 If this variable is nil, the function @code{split-window} can split a
 window if and only if that window's screen estate is sufficiently large
-to accomodate both--itself and the new window.
+to accommodate both--itself and the new window.
 
 If this variable is non-@code{nil}, @code{split-window} tries to resize
 all windows that are part of the same combination as the old window to
-accomodate the new window.  Hence, the new window can be also created if
+accommodate the new window.  Hence, the new window can be also created if
 the old window is of fixed size or too small to split (@pxref{Window
 Sizes}).
 
index fe5a227f113d11c5e9a1af31da37ef08ce2a6852..401de9c16e31aa4ceca0e15a0441fff001a04c21 100644 (file)
@@ -1,3 +1,9 @@
+2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
+
+       * subr.el (with-output-to-temp-buffer):
+       * net/quickurl.el (quickurl, quickurl-browse-url):
+       Fix typos in docstrings.
+
 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
 
        * minibuffer.el (completion-styles)
index adaacd4efe9bd16abec5f51cfe5e764824346b93..06833c0e456e3c0d860e31748e82fdefd44ce40b 100644 (file)
        auto-composition-function to it.
        (toggle-auto-composition): New function.
 
-       * international/characters.el: Make all chararacters in the
+       * international/characters.el: Make all characters in the
        charset tibetan to tibetan script.
 
        * international/mule-conf.el (tibetan): Fix :code-space property.
index 712f0b0c92428d8085d2f48bbb0ab9a62473749c..3f1437f079983cbc198be044d1a8159b6bbcb43b 100644 (file)
@@ -307,7 +307,7 @@ Also display a `message' saying what the URL was unless SILENT is non-nil."
   "Insert a URL based on LOOKUP.
 
 If not supplied LOOKUP is taken to be the word at point in the current
-buffer, this default action can be modifed via
+buffer, this default action can be modified via
 `quickurl-grab-lookup-function'."
   (interactive)
   (when (or lookup
@@ -402,7 +402,7 @@ is decided."
   "Browse the URL associated with LOOKUP.
 
 If not supplied LOOKUP is taken to be the word at point in the
-current buffer, this default action can be modifed via
+current buffer, this default action can be modified via
 `quickurl-grab-lookup-function'."
   (interactive)
   (when (or lookup
index 1aa714fa883e479cf43f422191429efb6c910030..4946f3eef7a79e4686f86fb87785a58847436ce0 100644 (file)
@@ -3002,7 +3002,7 @@ Instead it binds `standard-output' to that buffer, so that output
 generated with `prin1' and similar functions in BODY goes into
 the buffer.
 
-At the end of BODY, this marks buffer BUFNAME unmodifed and displays
+At the end of BODY, this marks buffer BUFNAME unmodified and displays
 it in a window, but does not select it.  The normal way to do this is
 by calling `display-buffer', then running `temp-buffer-show-hook'.
 However, if `temp-buffer-show-function' is non-nil, it calls that
index b4368ad916ca68a76a01f2a4804e1e9bb3d07038..e8a1aeeac7c08d78d05fdc808afa3512ee9d57e2 100644 (file)
@@ -1,3 +1,7 @@
+2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
+
+       * lread.c (Fread_from_string): Fix typo in docstring.
+
 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
 
        * xdisp.c (handle_invisible_prop): If invisible text ends on a
index 99454d366da4fdea0bca6173aa331e581c0e8e94..55ac14d9b8b1bdee396d5110de0766f0fa179655 100644 (file)
 
        * composite.c (composition_compute_stop_pos): In forward search,
        pay attention to the possibility that some character after ENDPOS
-       will be composed with charactrs before ENDPOS.
+       will be composed with characters before ENDPOS.
 
 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
 
index f25434087c10a61db08b5540f0748e57db7192dc..ceec5da32961feb816656be8084c83a25b933a09 100644 (file)
        (Fkey_description): Likewise.
 
        * lread.c (read1): On reading multibyte string, be sure to make
-       all 8-bit chararacters in valid multibyte form.
+       all 8-bit characters in valid multibyte form.
        (readchar): Use FETCH_STRING_CHAR_ADVANCE unconditionally.
 
        * print.c (print_object): Use FETCH_STRING_CHAR_ADVANCE
index 241b1e41c940e7c112e60a23a44e488109044691..af737d27070a296c2c252eff7e5d75e5c3e740ef 100644 (file)
@@ -1966,7 +1966,7 @@ DEFUN ("read-from-string", Fread_from_string, Sread_from_string, 1, 3, 0,
        doc: /* Read one Lisp expression which is represented as text by STRING.
 Returns a cons: (OBJECT-READ . FINAL-STRING-INDEX).
 FINAL-STRING-INDEX is an integer giving the position of the next
- remaining chararacter in STRING.
+ remaining character in STRING.
 START and END optionally delimit a substring of STRING from which to read;
  they default to 0 and (length STRING) respectively.  */)
   (Lisp_Object string, Lisp_Object start, Lisp_Object end)